home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 6024 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.7 KB

  1. Path: diku.dk!not-for-mail
  2. From: Finn Nielsen <zznyyd@diku.dk>
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: Problems with large files, PLEASE HELP!!!!!!!!!!!!!!!!!!!!!!!
  5. Date: 15 Feb 1996 09:41:51 GMT
  6. Organization: Department of Computer Science, University of Copenhagen
  7. Sender: zznyyd@galar.diku.dk
  8. Message-ID: <4fuv4v$o8i@odin.diku.dk>
  9. References: <4ftdj0$p5s@hawk.ee.port.ac.uk>
  10. NNTP-Posting-Host: odin.diku.dk
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=us-ascii
  13. Content-Transfer-Encoding: 7bit
  14. X-Mailer: Mozilla 1.12 (X11; I; HP-UX A.09.05 9000/715)
  15. X-URL: news:4ftdj0$p5s@hawk.ee.port.ac.uk
  16.  
  17. Simon Gillow <msm5038@pbs6.milton.port.ac.uk> wrote:
  18. >Hello,
  19. >
  20. >          OK. Heres the background story, I am at University and I can use the 
  21. >internet for free using the PCs in the labs. I can download Amiga software onto DD 
  22. >disks and transfer it to my Amiga using MessySID II. That is no problem.
  23. >
  24. >          The problem occurs when I encounter a really good file (normally LHA 
  25. >archives) that is too large for a 720k DD PC disk. How can I get this file onto my 
  26. >Amiga considering that I dont have an HD drive on my Amiga.
  27. >
  28. >          I hope there is a piece of software that could maybe split the file onto 
  29. >more than one disk using the PC and another program to rebuild the file on the 
  30. >Amiga. Is this so?
  31. >
  32. >          I cannot link the 2 machines together to transfer the files as they are 
  33. >too geographically distant, and I dont want to buy an HD drive for my Amiga.
  34. >
  35. >          My specs are:
  36. >  A1200 with 80 mb HD (with 2 meg chip ram, as standard)
  37. >  Extra DD disk drive
  38. >
  39. >          Any help whatsoever would be most welcome.
  40.  
  41. When connected to InterNet I assume that you are working in UNIX otherwise this
  42. information will be useless to you.
  43.  
  44. I also encountered that very same problem, but I found out that the UNIX split
  45. command is compatible to C='s join command.
  46. Example:
  47. I just downloaded a 1MEG file from aminet (let's call it 'BigArchive.lha')
  48. What I do then is simply (in UNIX):
  49.  
  50. split -b 700k BigArchive.lha BigArchive.
  51.  
  52. and now I have two extra files called 'BigArchive.aa' 'BigArchive.ab'
  53. those two files I download to DD disks and once on my own harddrive
  54. i just
  55.  
  56. join BigArchive.aa BigArchive.ab to BigArchive.lha
  57.  
  58. And that's basically that.
  59.  
  60. For more information on how to use UNIX split try 'man split'.
  61. >
  62. >Thanks,
  63. >
  64. >SIMON
  65. >
  66. You're welcome.
  67.     Finn Nielsen
  68.  
  69. -- 
  70. /-ZzNyYd! Design.--------------------Statement: Perhaps the world exists...-\
  71.  Finn Nielsen <zznyyd@diku.dk>  -   WWW: http://www.diku.dk/students/zznyyd/
  72.  (Student) Department of Computer Science, University of Copenhagen, Denmark
  73. \-PGP: ID=AB1AB0AD Fingerpr=58EC5501A99C0B40E1943FDACC239217--Pulven Rulez!-/
  74.  
  75.